home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GameStar 2006 February
/
Gamestar_81_2006-02_dvd.iso
/
Red Shark
/
Resources
/
Mission7Strings.script
< prev
next >
Wrap
Text File
|
2002-07-04
|
1KB
|
41 lines
//-------------------------------------------------------------------
//
// This code is copyright 2001 by G5 Software.
// Any unauthorized usage, either in part or in whole of this code
// is strictly prohibited. Violators WILL be prosecuted to the
// maximum extent allowed by law.
//
//-------------------------------------------------------------------
//
// Mission strings
//
class CBreakRingAndConvoyMission_Strings
{
final static array m_MissionObjectives = array(
"Prolomit nep°ßtelsk² kruh okolo KuleÜovky ve sm∞ru k zßkladn∞ Pagubino",
"Dostat se ze sev°enφ a dopravit alespo≥ jednu sov∞tskou jednotku na zßkladnu Pagubino"
);
final static array m_BonusMissionObjectives = array(
);
final static string str_StatisticsTitle = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
final static string str_BlockingTankDestrMsg_1 = "PoΦet zniΦen²ch nep°ßtelsk²ch jednotek: ";
final static string str_BlockingTankDestrMsg_2 = " ";
final static string str_ConvoyDestroyedMsg_1 = "VAROV┴N═: DoprovßzenΘ jednotky majφ problΘmy. Zb²vajφcφ poΦet jednotek: ";
final static string str_ConvoyDestroyedMsg_2 = " ";
final static string str_MissionFailedMsg = "Mise byla ne·sp∞Ünß: VÜechny doprovßzenΘ jednotky jsou zniΦeny.";
final static array m_NavigationPoints = array(
"Obchvat zßkladny",
"Pagubino"
);
}